home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Comunicatii / bandman / bwmsetup.exe / {app} / bwm.exe / 0 / RCDATA / TFORMABOUT / TFORMABOUT.txt < prev   
Text File  |  2005-05-01  |  4KB  |  159 lines

  1. object FormAbout: TFormAbout
  2.   Left = 335
  3.   Top = 235
  4.   BorderStyle = bsDialog
  5.   BorderWidth = 5
  6.   Caption = 'About'
  7.   ClientHeight = 236
  8.   ClientWidth = 337
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Shell Dlg'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 337
  24.     Height = 236
  25.     Align = alClient
  26.     BevelInner = bvRaised
  27.     BevelOuter = bvLowered
  28.     TabOrder = 0
  29.     object lblProdName: TLabel
  30.       Left = 68
  31.       Top = 11
  32.       Width = 86
  33.       Height = 16
  34.       Caption = 'PRODNAME'
  35.       Font.Charset = RUSSIAN_CHARSET
  36.       Font.Color = clBlack
  37.       Font.Height = -13
  38.       Font.Name = 'Microsoft Sans Serif'
  39.       Font.Style = [fsBold]
  40.       ParentFont = False
  41.     end
  42.     object imgLogo: TImage
  43.       Left = 11
  44.       Top = 9
  45.       Width = 48
  46.       Height = 48
  47.       AutoSize = True
  48.       Picture.Data = {<image000.bmp>}
  49.       Transparent = True
  50.     end
  51.     object lblVerInfo: TLabel
  52.       Left = 67
  53.       Top = 34
  54.       Width = 176
  55.       Height = 26
  56.       Caption = 'Version %u.%u (build %u)'#13#10'Copyright 2004 SoftPerfect Research'
  57.     end
  58.     object lblWww: TLabel
  59.       Left = 231
  60.       Top = 78
  61.       Width = 96
  62.       Height = 13
  63.       Cursor = crHandPoint
  64.       Caption = 'Company'#39's Web-site'
  65.       Font.Charset = DEFAULT_CHARSET
  66.       Font.Color = clBlue
  67.       Font.Height = -11
  68.       Font.Name = 'MS Shell Dlg'
  69.       Font.Style = [fsUnderline]
  70.       ParentFont = False
  71.       OnClick = lblWwwClick
  72.       OnMouseEnter = LinkHiLite
  73.       OnMouseLeave = LinkUnLite
  74.     end
  75.     object lblContact: TLabel
  76.       Left = 231
  77.       Top = 97
  78.       Width = 51
  79.       Height = 13
  80.       Cursor = crHandPoint
  81.       Caption = 'Contact us'
  82.       Font.Charset = DEFAULT_CHARSET
  83.       Font.Color = clBlue
  84.       Font.Height = -11
  85.       Font.Name = 'MS Shell Dlg'
  86.       Font.Style = [fsUnderline]
  87.       ParentFont = False
  88.       OnClick = lblContactClick
  89.       OnMouseEnter = LinkHiLite
  90.       OnMouseLeave = LinkUnLite
  91.     end
  92.     object lblOrder: TLabel
  93.       Left = 231
  94.       Top = 116
  95.       Width = 52
  96.       Height = 13
  97.       Cursor = crHandPoint
  98.       Caption = 'Order now!'
  99.       Font.Charset = DEFAULT_CHARSET
  100.       Font.Color = clBlue
  101.       Font.Height = -11
  102.       Font.Name = 'MS Shell Dlg'
  103.       Font.Style = [fsUnderline]
  104.       ParentFont = False
  105.       OnClick = lblOrderClick
  106.       OnMouseEnter = LinkHiLite
  107.       OnMouseLeave = LinkUnLite
  108.     end
  109.     object Label1: TLabel
  110.       Left = 13
  111.       Top = 140
  112.       Width = 215
  113.       Height = 80
  114.       AutoSize = False
  115.       Caption = 
  116.         'This program is protected by copyright law and international tre' +
  117.         'aties. Unauthorized reproduction or distribution of this program' +
  118.         ', or any portion of it, may result in severe civil and criminal ' +
  119.         'penalties, and will be prosecuted to the maximum extent possible' +
  120.         ' under law.'
  121.       Font.Charset = OEM_CHARSET
  122.       Font.Color = clWindowText
  123.       Font.Height = -11
  124.       Font.Name = 'MS Shell Dlg'
  125.       Font.Style = []
  126.       ParentFont = False
  127.       WordWrap = True
  128.     end
  129.     object Panel2: TPanel
  130.       Left = 10
  131.       Top = 76
  132.       Width = 209
  133.       Height = 57
  134.       BevelInner = bvRaised
  135.       BevelOuter = bvLowered
  136.       TabOrder = 0
  137.       object lblRegInfo: TLabel
  138.         Left = 2
  139.         Top = 2
  140.         Width = 205
  141.         Height = 53
  142.         Align = alClient
  143.         Alignment = taCenter
  144.         Transparent = True
  145.         Layout = tlCenter
  146.       end
  147.     end
  148.     object btOk: TButton
  149.       Left = 246
  150.       Top = 192
  151.       Width = 75
  152.       Height = 25
  153.       Caption = '&OK'
  154.       ModalResult = 1
  155.       TabOrder = 1
  156.     end
  157.   end
  158. end
  159.